@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
body {
  font-family: '微软雅黑';
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
@font-face {
  font-family: 'Montserrat Light';
  src: url('fonts/Montserrat-Light.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'), url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
img[data-lazy] {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header h1 {
  margin: 0;
  font-size: 0;
  display: none !important;
}
header .content {
  width: 1410px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  header .content {
    width: 100%;
    margin: 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1300px) {
  header .content {
    padding: 0 25px;
  }
}
@media screen and (max-width: 350px) {
  header .content {
    padding: 0 15px;
  }
}
header .content .head-content .logo {
  margin: 20px 0;
  float: left;
  display: block;
  height: 56px;
}
@media screen and (max-width: 1199px) {
  header .content .head-content .logo {
    height: 50px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 991px) {
  header .content .head-content .logo {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  header .content .head-content .logo {
    height: 30px;
    margin: 20px 0;
  }
}
header .content .head-content .logo img {
  height: 100%;
  width: auto;
}
header .content .head-content .logo img:nth-child(2) {
  display: none;
}
header .content .head-content .info {
  float: right;
  margin: 40px 0 26px;
  padding-left: 33px;
  padding-right: 35px;
}
@media screen and (max-width: 1439px) {
  header .content .head-content .info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .content .head-content .info {
    margin: 25px 0;
    padding: 0 35px;
  }
}
@media screen and (max-width: 991px) {
  header .content .head-content .info {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  header .content .head-content .info {
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  header .content .head-content .info {
    padding: 0 10px;
  }
}
header .content .head-content .info p {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  header .content .head-content .info p {
    font-size: 14px;
    height: 30px;
  }
}
header .content .head-content .info p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8ad';
  color: #3397c0;
  font-size: 22px;
}
@media screen and (max-width: 480px) {
  header .content .head-content .info p::before {
    font-size: 20px;
  }
}
header .content .head-content .info p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  header .content .head-content .info p a {
    font-size: 0;
  }
}
@media screen and (min-width: 1200px) {
  header .content .head-content .info p a:hover {
    text-decoration: underline;
  }
}
header .content .head-content .inquiry-btn {
  float: right;
  margin: 40px 0 26px;
}
@media screen and (max-width: 1199px) {
  header .content .head-content .inquiry-btn {
    margin: 25px 0;
  }
}
@media screen and (max-width: 991px) {
  header .content .head-content .inquiry-btn {
    margin: 20px 0;
  }
}
header .content .head-content .inquiry-btn p {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .content .head-content .inquiry-btn p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  header .content .head-content .inquiry-btn p {
    padding-left: 22px;
  }
}
@media screen and (max-width: 400px) {
  header .content .head-content .inquiry-btn p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  header .content .head-content .inquiry-btn p:hover::before {
    left: 5px;
  }
}
header .content .head-content .inquiry-btn p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e601';
  color: #20aee5;
  font-size: 23px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  header .content .head-content .inquiry-btn p::before {
    font-size: 20px;
  }
}
header .content .head-content .inquiry-btn p span {
  padding: 0 3px;
  color: #20aee5;
}
header .content .head-content .nav {
  float: right;
  padding-right: 17px;
}
@media screen and (max-width: 1199px) {
  header .content .head-content .nav {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 26px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    text-align: left;
    background-color: #fff;
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  header .content .head-content .nav .nav-box {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
header .content .head-content .nav .nav-box .nav-first {
  margin: 0 -21px;
}
@media screen and (max-width: 1439px) {
  header .content .head-content .nav .nav-box .nav-first {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1199px) {
  header .content .head-content .nav .nav-box .nav-first {
    margin: 0;
  }
}
header .content .head-content .nav .nav-box .nav-first > li {
  position: relative;
  float: left;
  padding: 0 21px;
}
@media screen and (max-width: 1439px) {
  header .content .head-content .nav .nav-box .nav-first > li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  header .content .head-content .nav .nav-box .nav-first > li {
    padding: 10px 0;
    float: none;
    text-align: center;
  }
}
header .content .head-content .nav .nav-box .nav-first > li > a {
  position: relative;
  display: block;
  padding: 40px 0 26px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  header .content .head-content .nav .nav-box .nav-first > li > a {
    padding: 0;
    display: inline-block;
    color: #20aee5;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  header .content .head-content .nav .nav-box .nav-first > li > a:hover {
    color: #20aee5;
  }
  header .content .head-content .nav .nav-box .nav-first > li > a:hover::before {
    width: 156.25%;
  }
}
header .content .head-content .nav .nav-box .nav-first > li > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background-color: #20aee5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
header .content .head-content .nav .nav-box .nav-first .nav-second {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 10px;
}
header .content .head-content .nav .nav-box .nav-first .nav-second > li {
  position: relative;
  text-align: center;
  padding: 10px;
}
header .content .head-content .nav .nav-box .nav-first .nav-second > li a {
  font-size: 16px;
  white-space: nowrap;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  header .content .head-content .nav .nav-box .nav-first .nav-second > li a:hover {
    color: #20aee5;
    text-decoration: underline;
  }
}
header .content .head-content .nav .nav-box .nav-first .nav-third {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 0;
  border-radius: 10px;
}
header .content .head-content .nav .nav-box .nav-first .nav-third li {
  padding: 5px 10px;
}
header .content .head-content .nav .nav-box .nav-first .nav-third li a {
  font-size: 15px;
}
header .content .head-content .nav-btn {
  position: relative;
  display: none;
  float: right;
  width: 20px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  header .content .head-content .nav-btn {
    display: block;
    margin-top: 19px;
  }
}
@media screen and (max-width: 991px) {
  header .content .head-content .nav-btn {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  header .content .head-content .nav-btn {
    margin-top: 14px;
  }
}
header .content .head-content .nav-btn .btn-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b3b3b3;
}
header .content .head-content .nav-btn .btn-line:nth-child(3),
header .content .head-content .nav-btn .btn-line:nth-child(1) {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  content: '';
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #b3b3b3;
}
header .content .head-content .nav-btn .btn-line:nth-child(1) {
  top: 35%;
}
header .content .head-content .nav-btn .btn-line:nth-child(2) {
  top: 50%;
}
header .content .head-content .nav-btn .btn-line:nth-child(3) {
  top: 65%;
}
header .content .head-content .navbtn-actvie {
  position: fixed !important;
  right: 40px;
  top: 20px;
  z-index: 999999 !important;
}
header .content .head-content .navbtn-actvie .btn-line {
  width: 30px;
  height: 2px;
  background-color: #20aee5 !important;
}
header .content .head-content .navbtn-actvie .btn-line:nth-child(1) {
  transform: translateY(2px) rotateZ(45deg) !important;
}
header .content .head-content .navbtn-actvie .btn-line:nth-child(2) {
  display: none !important;
}
header .content .head-content .navbtn-actvie .btn-line:nth-child(3) {
  transform: translateY(-10px) rotateZ(-45deg) !important;
}
header .content .head-second-nav {
  position: relative;
  margin-bottom: -5px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  header .content .head-second-nav {
    display: none;
  }
}
header .content .head-second-nav .inquiry-btn {
  display: flex;
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  min-width: 65px;
  height: 65px;
  padding: 0 5px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 999;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  header .content .head-second-nav .inquiry-btn {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  header .content .head-second-nav .inquiry-btn:hover {
    box-shadow: 0 0 10px rgba(32, 174, 229, 0.35);
  }
}
header .content .head-second-nav .inquiry-btn p {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #222;
}
@media screen and (min-width: 1200px) {
  header .content .head-second-nav .inquiry-btn p:hover::before {
    left: 5px;
  }
}
header .content .head-second-nav .inquiry-btn p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e601';
  color: #20aee5;
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header .content .head-second-nav .inquiry-btn p span {
  padding: 0 2px;
  color: #20aee5;
}
header .content .head-second-nav .second-list1 {
  display: inline-block;
  margin: 0 -30px;
  padding: 0 66px;
  border-radius: 36px;
  background-color: rgba(255, 255, 255, 0.39);
}
@media screen and (max-width: 1439px) {
  header .content .head-second-nav .second-list1 {
    margin: 0 -15px;
    padding: 0 30px;
  }
}
header .content .head-second-nav .second-list1 > li {
  position: relative;
  float: left;
  padding: 21px 30px;
}
@media screen and (max-width: 1439px) {
  header .content .head-second-nav .second-list1 > li {
    padding: 15px;
  }
}
header .content .head-second-nav .second-list1 > li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  width: 2px;
  height: 20.83333333%;
  background-color: #fff;
}
header .content .head-second-nav .second-list1 > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.875;
  color: #ffffff;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
header .content .head-second-nav .second-list1 > li:last-child::before {
  display: none;
}
header .content .head-second-nav .second-list1 .active > a {
  text-decoration: underline;
}
header .content .head-second-nav .second-list1 .second-list2 {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80%;
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
header .content .head-second-nav .second-list1 .second-list2 li a {
  display: inline-block;
  font-size: 15px;
  color: #000;
  line-height: 2;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  header .content .head-second-nav .second-list1 .second-list2 li a:hover {
    transform: translateX(10px);
  }
}
header .content .head-second-nav .navlist-active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
header .content .head-second-nav .navlist-active > li::before {
  background-color: #000;
}
header .content .head-second-nav .navlist-active > li > a {
  color: #000;
}
header .content .head-second-nav .navlist-active .second-list2 {
  background-color: #fff;
}
.header-active {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header-active .content .head-content .logo img:nth-child(1) {
  display: none;
}
.header-active .content .head-content .logo img:nth-child(2) {
  display: block;
}
.header-active .content .head-content .info p a {
  color: #000;
}
.header-active .content .head-content .inquiry-btn p {
  color: #000;
}
.header-active .content .head-content .nav .nav-box .nav-first > li > a {
  color: #000;
}
footer {
  position: relative;
  background-color: #242b37;
}
@media screen and (max-width: 991px) {
  footer {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 45px;
  }
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 37.5%;
  height: 100%;
  background-color: #222834;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  footer::before {
    display: none;
  }
}
footer .foot-content {
  position: relative;
  z-index: 2;
}
footer .foot-content ul {
  padding-top: 60px;
  padding-bottom: 23px;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul {
    padding: 40px 0;
  }
}
footer .foot-content ul li {
  float: left;
  width: 31.91489362%;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li .title {
    position: relative;
    -moz-user-select: none;
    /*mozilar*/
    -webkit-user-select: none;
    /*webkit*/
    -ms-user-select: none;
    /*IE*/
    user-select: none;
  }
}
footer .foot-content ul li .title::before {
  display: none;
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e641';
  color: #fff;
  font-size: 25px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li .title::before {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  footer .foot-content ul li .title::before {
    top: 5px;
  }
}
footer .foot-content ul li .active::before {
  transform: rotateZ(45deg);
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li .content {
    display: none;
  }
}
footer .foot-content ul li .content p {
  font-size: 14px;
  line-height: 2.14285714;
  color: #ffffff;
}
footer .foot-content ul li .content p span,
footer .foot-content ul li .content p a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(1) .item .title::before {
    top: 0;
  }
}
footer .foot-content ul li:nth-child(1) .item .title a {
  display: inline-block;
  margin-bottom: 27px;
  height: 56px;
}
@media screen and (max-width: 1199px) {
  footer .foot-content ul li:nth-child(1) .item .title a {
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(1) .item .title a {
    margin-bottom: 15px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(1) .item .title a {
    height: 30px;
  }
}
footer .foot-content ul li:nth-child(1) .item .title a img {
  height: 100%;
  width: auto;
}
footer .foot-content ul li:nth-child(1) .item .content p {
  position: relative;
  padding-left: 40px;
}
footer .foot-content ul li:nth-child(1) .item .content p::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64e';
}
footer .foot-content ul li:nth-child(1) .item .content p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  footer .foot-content ul li:nth-child(1) .item .content p a:hover {
    text-decoration: underline;
    color: #20aee5;
  }
}
footer .foot-content ul li:nth-child(1) .item .content p:nth-child(2)::before {
  content: '\e683';
}
footer .foot-content ul li:nth-child(1) .item .content p:nth-child(3)::before {
  content: '\e648';
}
footer .foot-content ul li:nth-child(1) .item .content p:nth-child(4)::before {
  content: '\e647';
  font-size: 13px;
}
footer .foot-content ul li:nth-child(1) .item .content p:nth-child(5)::before {
  content: '\e6b5';
}
footer .foot-content ul li:nth-child(2) {
  width: 19.14893617%;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(2) {
    width: 100%;
  }
}
footer .foot-content ul li:nth-child(3) {
  width: 23.40425532%;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(3) {
    width: 100%;
  }
}
footer .foot-content ul li:nth-child(4) {
  width: 23.19148936%;
}
@media screen and (max-width: 1199px) {
  footer .foot-content ul li:nth-child(4) {
    width: 25.191489%;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(4) {
    width: 100%;
  }
}
footer .foot-content ul li:nth-child(2) .title,
footer .foot-content ul li:nth-child(3) .title,
footer .foot-content ul li:nth-child(4) .title {
  position: relative;
  padding: 22px 0 13px;
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(2) .title,
  footer .foot-content ul li:nth-child(3) .title,
  footer .foot-content ul li:nth-child(4) .title {
    margin-bottom: 0;
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(2) .title,
  footer .foot-content ul li:nth-child(3) .title,
  footer .foot-content ul li:nth-child(4) .title {
    margin-bottom: 0;
    padding: 13px 0 5px;
  }
}
footer .foot-content ul li:nth-child(2) .title::after,
footer .foot-content ul li:nth-child(3) .title::after,
footer .foot-content ul li:nth-child(4) .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background-color: #20aee5;
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(2) .title::after,
  footer .foot-content ul li:nth-child(3) .title::after,
  footer .foot-content ul li:nth-child(4) .title::after {
    height: 2px;
  }
}
footer .foot-content ul li:nth-child(2) .title b,
footer .foot-content ul li:nth-child(3) .title b,
footer .foot-content ul li:nth-child(4) .title b,
footer .foot-content ul li:nth-child(2) .title a,
footer .foot-content ul li:nth-child(3) .title a,
footer .foot-content ul li:nth-child(4) .title a {
  display: inline-block;
  font-size: 22px;
  line-height: 1.36363636;
  color: #fff;
  font-family: "微软雅黑 Bold";
}
@media screen and (max-width: 1199px) {
  footer .foot-content ul li:nth-child(2) .title b,
  footer .foot-content ul li:nth-child(3) .title b,
  footer .foot-content ul li:nth-child(4) .title b,
  footer .foot-content ul li:nth-child(2) .title a,
  footer .foot-content ul li:nth-child(3) .title a,
  footer .foot-content ul li:nth-child(4) .title a {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-content ul li:nth-child(2) .title b,
  footer .foot-content ul li:nth-child(3) .title b,
  footer .foot-content ul li:nth-child(4) .title b,
  footer .foot-content ul li:nth-child(2) .title a,
  footer .foot-content ul li:nth-child(3) .title a,
  footer .foot-content ul li:nth-child(4) .title a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  footer .foot-content ul li:nth-child(2) .title b,
  footer .foot-content ul li:nth-child(3) .title b,
  footer .foot-content ul li:nth-child(4) .title b,
  footer .foot-content ul li:nth-child(2) .title a,
  footer .foot-content ul li:nth-child(3) .title a,
  footer .foot-content ul li:nth-child(4) .title a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(2) .content,
  footer .foot-content ul li:nth-child(3) .content,
  footer .foot-content ul li:nth-child(4) .content {
    padding-top: 15px;
  }
}
footer .foot-content ul li:nth-child(2) .content p a,
footer .foot-content ul li:nth-child(3) .content p a,
footer .foot-content ul li:nth-child(4) .content p a {
  display: inline-block;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (min-width: 1200px) {
  footer .foot-content ul li:nth-child(2) .content p a:hover,
  footer .foot-content ul li:nth-child(3) .content p a:hover,
  footer .foot-content ul li:nth-child(4) .content p a:hover {
    transform: translateX(10px);
    color: #20aee5;
  }
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(2) .content p,
  footer .foot-content ul li:nth-child(3) .content p {
    float: left;
    margin-right: 20px;
  }
}
footer .foot-content ul li:nth-child(4) .content {
  padding-top: 10px;
}
@media screen and (max-width: 991px) {
  footer .foot-content ul li:nth-child(4) .content {
    padding-top: 15px;
  }
}
footer .foot-content ul li:nth-child(4) .content form input,
footer .foot-content ul li:nth-child(4) .content form textarea {
  display: block;
  padding: 7px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 2.14285714;
  color: #828282;
  margin-bottom: 7px;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .foot-content ul li:nth-child(4) .content form input,
  footer .foot-content ul li:nth-child(4) .content form textarea {
    padding: 5px 10px;
  }
}
footer .foot-content ul li:nth-child(4) .content form input::-webkit-input-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea::-webkit-input-placeholder {
  color: #828282;
}
footer .foot-content ul li:nth-child(4) .content form input:-o-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea:-o-placeholder {
  color: #828282;
}
footer .foot-content ul li:nth-child(4) .content form input::-moz-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea::-moz-placeholder {
  color: #828282;
}
footer .foot-content ul li:nth-child(4) .content form input:-ms-input-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea:-ms-input-placeholder {
  color: #828282;
}
footer .foot-content ul li:nth-child(4) .content form input:focus::-webkit-input-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea:focus::-webkit-input-placeholder {
  color: #d4d1d1;
}
footer .foot-content ul li:nth-child(4) .content form input:focus::-o-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea:focus::-o-placeholder {
  color: #d4d1d1;
}
footer .foot-content ul li:nth-child(4) .content form input:focus::-moz-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea:focus::-moz-placeholder {
  color: #d4d1d1;
}
footer .foot-content ul li:nth-child(4) .content form input:focus::-ms-input-placeholder,
footer .foot-content ul li:nth-child(4) .content form textarea:focus::-ms-input-placeholder {
  color: #d4d1d1;
}
footer .foot-content ul li:nth-child(4) .content form textarea {
  height: 86px;
}
footer .foot-content ul li:nth-child(4) .content form button {
  position: relative;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.875;
  color: #20aee5;
  font-weight: 700;
  font-family: "微软雅黑 Bold";
  background-color: transparent;
}
@media screen and (max-width: 1199px) {
  footer .foot-content ul li:nth-child(4) .content form button {
    font-size: 14px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .foot-content ul li:nth-child(4) .content form button:hover::before {
    width: 64%;
  }
}
footer .foot-content ul li:nth-child(4) .content form button::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #20aee5;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
footer .foot-content ul li:nth-child(4) .content form button::after {
  padding-left: 7px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e7cc';
  color: #20aee5;
}
@media screen and (max-width: 1199px) {
  footer .foot-content ul li:nth-child(4) .content form button::after {
    font-size: 14px;
  }
}
footer .foot-end {
  position: relative;
  z-index: 2;
  padding: 21px 0;
  background-color: #181d28;
}
@media screen and (max-width: 767px) {
  footer .foot-end {
    padding: 15px 0;
  }
}
footer .foot-end p {
  font-size: 14px;
  line-height: 1.71428571;
  color: #ffffff;
  font-family: "微软雅黑 Light";
  text-align: center;
}
footer .foot-end p a {
  padding-left: 22px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 991px) {
  footer .foot-end p a {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-end p a {
    margin: 0 auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  footer .foot-end p a:hover {
    text-decoration: underline;
  }
}
footer .foot-end p a:nth-of-type(3) {
  padding-left: 44px;
}
@media screen and (max-width: 991px) {
  footer .foot-end p a:nth-of-type(3) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-end p a:nth-of-type(3) {
    padding-left: 15px;
  }
}
footer .footer-xsnav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  z-index: 90;
}
@media screen and (max-width: 991px) {
  footer .footer-xsnav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav {
    height: 45px;
  }
}
footer .footer-xsnav ul li {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  background-color: #20aee5;
  border-left: 1px solid #1a90be;
  border-right: 1px solid #25bcf8;
}
footer .footer-xsnav ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-top: 27px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  footer .footer-xsnav ul li a {
    height: 45px;
    font-size: 12px;
  }
}
footer .footer-xsnav ul li a::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e61c';
  display: block;
  font-size: 16px;
}
footer .footer-xsnav ul li:nth-child(1) {
  border-left: 0;
}
footer .footer-xsnav ul li:nth-child(2) a::before {
  content: '\e62c';
}
footer .footer-xsnav ul li:nth-child(3) a::before {
  content: '\e826';
}
footer .footer-xsnav ul li:nth-child(4) a::before {
  content: '\e651';
}
footer .footer-xsnav ul li:nth-child(5) {
  border-right: none;
}
footer .footer-xsnav ul li:nth-child(5) a::before {
  content: '\e60f';
}
footer .aside {
  position: fixed;
  top: 40%;
  right: 30px;
  z-index: 99;
}
@media screen and (max-width: 1199px) {
  footer .aside {
    right: 0;
  }
}
footer .aside .aside-box {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box {
    position: absolute;
    transform: translateX(300px);
  }
}
footer .aside .aside-box a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background-color: rgba(49, 49, 49, 0.7);
  border-radius: 10px;
  margin-bottom: 5px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  z-index: 10;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  footer .aside .aside-box a:hover {
    background-color: rgba(4, 152, 253, 0.5);
  }
  footer .aside .aside-box a:hover::before {
    color: #fff;
  }
}
footer .aside .aside-box a::before {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a::before {
    font-size: 20px;
  }
}
footer .aside .aside-box a div {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 70px;
  padding-left: 25px;
  z-index: -99;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(32, 174, 229, 0.7);
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div {
    padding-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a div {
    padding-right: 50px;
    padding-left: 10px;
  }
}
footer .aside .aside-box a div p {
  line-height: 57px;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a div p {
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box a div p {
    line-height: 40px;
  }
}
footer .aside .aside-box a .weixin-box {
  width: 100px;
  height: 100px;
  right: 150%;
  padding: 0;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box a .weixin-box {
    right: 130%;
  }
}
footer .aside .aside-box a .weixin-box img {
  height: 100%;
  width: 100%;
}
footer .aside .aside-box .icon-weixin::before {
  font-size: 25px;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box .icon-weixin::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-weixin::before {
    font-size: 20px;
  }
}
footer .aside .aside-box .icon-arrow-up::before {
  font-size: 34px;
}
@media screen and (max-width: 1199px) {
  footer .aside .aside-box .icon-arrow-up::before {
    font-size: 23px;
  }
}
@media screen and (max-width: 991px) {
  footer .aside .aside-box .icon-arrow-up::before {
    font-size: 20px;
  }
}
footer .aside .aside-box .icon-youxiang1::before {
  font-size: 14px;
}
footer .aside .aside-btn {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(32, 174, 229, 0.5);
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}
@media screen and (max-width: 991px) {
  footer .aside .aside-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .aside .aside-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    bottom: 50px;
  }
}
footer .aside .aside-btn::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e629';
  font-size: 18px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .aside .btn-active::before {
  transform: rotateZ(135deg);
}
footer .asidebox-active {
  transform: translateX(-100%) !important;
}
.pagebanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pagebanner .item {
  position: relative;
}
@media (max-width: 991px) {
  .pagebanner .item {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}
.pagebanner .item .img-box {
  padding-bottom: 23.95833333%;
}
.page {
  text-align: center;
}
.page .page-box {
  display: inline-block;
  margin: 0 -13px;
}
@media screen and (max-width: 767px) {
  .page .page-box {
    margin: 0 -5px;
  }
}
.page .page-box li {
  float: left;
  padding: 0 13px;
}
@media screen and (max-width: 767px) {
  .page .page-box li {
    padding: 0 5px;
  }
}
.page .page-box li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #535353;
  background-color: transparent;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (min-width: 1200px) {
  .page .page-box li a:hover {
    border-color: #20aee5;
    background-color: #20aee5;
    color: #fff;
  }
}
.page .page-box .active a {
  border-color: #20aee5;
  background-color: #20aee5;
  color: #fff;
}
.user-jurisdiction {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.73);
  z-index: 10000;
}
.user-jurisdiction h2 {
  margin: 0;
  font-size: 35px;
  line-height: 1.42857143;
  color: #2e2e2e;
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction h2 {
    font-size: 20px;
  }
}
.user-jurisdiction .login-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 830px;
  padding: 74px 74px 50px;
  background-color: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .login-box {
    padding: 35px 45px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .login-box {
    padding: 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .login-box {
    padding: 25px;
  }
}
.user-jurisdiction .login-box form {
  padding: 30px 0 60px;
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .login-box form {
    padding: 30px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .login-box form {
    padding: 25px 0;
  }
}
.user-jurisdiction .login-box form input {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .login-box form input {
    height: 45px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .login-box form input {
    height: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .user-jurisdiction .login-box form input {
    height: 36px;
  }
}
.user-jurisdiction .login-box form input::-webkit-input-placeholder,
.user-jurisdiction .login-box form textarea::-webkit-input-placeholder {
  color: #666666;
}
.user-jurisdiction .login-box form input:-o-placeholder,
.user-jurisdiction .login-box form textarea:-o-placeholder {
  color: #666666;
}
.user-jurisdiction .login-box form input::-moz-placeholder,
.user-jurisdiction .login-box form textarea::-moz-placeholder {
  color: #666666;
}
.user-jurisdiction .login-box form input:-ms-input-placeholder,
.user-jurisdiction .login-box form textarea:-ms-input-placeholder {
  color: #666666;
}
.user-jurisdiction .login-box form input:focus::-webkit-input-placeholder,
.user-jurisdiction .login-box form textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.user-jurisdiction .login-box form input:focus::-o-placeholder,
.user-jurisdiction .login-box form textarea:focus::-o-placeholder {
  color: #ababab;
}
.user-jurisdiction .login-box form input:focus::-moz-placeholder,
.user-jurisdiction .login-box form textarea:focus::-moz-placeholder {
  color: #ababab;
}
.user-jurisdiction .login-box form input:focus::-ms-input-placeholder,
.user-jurisdiction .login-box form textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.user-jurisdiction .login-box form button {
  width: 134px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  font-family: "微软雅黑 Bold";
  background-color: #20aee5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .login-box form button {
    height: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .login-box form button {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}
.user-jurisdiction .login-box form button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
}
.user-jurisdiction .login-box .user-link p {
  float: left;
  font-size: 16px;
  line-height: 48px;
  color: #222222;
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .login-box .user-link p {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .login-box .user-link p {
    line-height: 35px;
    font-size: 14px;
  }
}
.user-jurisdiction .login-box .user-link p a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .user-jurisdiction .login-box .user-link p a:hover {
    color: #20aee5;
  }
}
.user-jurisdiction .login-box .user-link > a {
  float: right;
  display: block;
  width: 96px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #313131;
  background-color: #dadada;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .login-box .user-link > a {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .login-box .user-link > a {
    height: 35px;
    line-height: 35px;
  }
}
.user-jurisdiction .login-box .user-link > a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
}
.user-jurisdiction .jurisdiction-close {
  position: absolute;
  top: 27px;
  right: 27px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #cacaca;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .jurisdiction-close {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .jurisdiction-close {
    width: 23px;
    height: 23px;
  }
}
.user-jurisdiction .jurisdiction-close:hover {
  background-color: #20aee5;
}
.user-jurisdiction .jurisdiction-close::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e652';
  color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .jurisdiction-close::before {
    font-size: 13px;
  }
}
.user-jurisdiction .register-box {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 830px;
  padding: 74px 115px 50px;
  background-color: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .register-box {
    padding: 35px 45px;
    max-width: 700px;
  }
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .register-box {
    padding: 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .register-box {
    padding: 25px;
  }
}
.user-jurisdiction .register-box form {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .register-box form {
    padding-top: 15px;
  }
}
.user-jurisdiction .register-box form ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .register-box form ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .register-box form ul li {
    margin-bottom: 10px;
  }
}
.user-jurisdiction .register-box form ul li input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1439px) {
  .user-jurisdiction .register-box form ul li input {
    height: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .user-jurisdiction .register-box form ul li input {
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .user-jurisdiction .register-box form ul li input {
    height: 36px;
  }
}
.user-jurisdiction .register-box form ul li input::-webkit-input-placeholder,
.user-jurisdiction .register-box form ul li textarea::-webkit-input-placeholder {
  color: #666666;
}
.user-jurisdiction .register-box form ul li input:-o-placeholder,
.user-jurisdiction .register-box form ul li textarea:-o-placeholder {
  color: #666666;
}
.user-jurisdiction .register-box form ul li input::-moz-placeholder,
.user-jurisdiction .register-box form ul li textarea::-moz-placeholder {
  color: #666666;
}
.user-jurisdiction .register-box form ul li input:-ms-input-placeholder,
.user-jurisdiction .register-box form ul li textarea:-ms-input-placeholder {
  color: #666666;
}
.user-jurisdiction .register-box form ul li input:focus::-webkit-input-placeholder,
.user-jurisdiction .register-box form ul li textarea:focus::-webkit-input-placeholder {
  color: #ababab;
}
.user-jurisdiction .register-box form ul li input:focus::-o-placeholder,
.user-jurisdiction .register-box form ul li textarea:focus::-o-placeholder {
  color: #ababab;
}
.user-jurisdiction .register-box form ul li input:focus::-moz-placeholder,
.user-jurisdiction .register-box form ul li textarea:focus::-moz-placeholder {
  color: #ababab;
}
.user-jurisdiction .register-box form ul li input:focus::-ms-input-placeholder,
.user-jurisdiction .register-box form ul li textarea:focus::-ms-input-placeholder {
  color: #ababab;
}
.user-jurisdiction .register-box form ul li:nth-child(6) {
  padding-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .register-box form ul li:nth-child(6) {
    padding-bottom: 20px;
  }
}
.user-jurisdiction .register-box form ul li:nth-child(6) input {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .register-box form ul li:nth-child(6) input {
    width: calc(100% - 100px);
    max-width: 210px;
  }
}
@media screen and (max-width: 480px) {
  .user-jurisdiction .register-box form ul li:nth-child(6) input {
    max-width: 150px;
    min-width: 0;
  }
}
.user-jurisdiction .register-box form ul li:nth-child(6) .pic-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
  width: 76px;
  height: 24px;
}
@media screen and (max-width: 480px) {
  .user-jurisdiction .register-box form ul li:nth-child(6) .pic-box {
    margin-left: 10px;
  }
}
.user-jurisdiction .register-box form ul li:nth-child(6) .pic-box img {
  width: 100%;
  height: 100%;
}
.user-jurisdiction .register-box form ul li:nth-child(7) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.user-jurisdiction .register-box form ul li:nth-child(7) a {
  font-size: 16px;
  color: #222222;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .register-box form ul li:nth-child(7) a {
    font-size: 14px;
  }
}
.user-jurisdiction .register-box form ul li:nth-child(7) a:hover {
  color: #20aee5;
}
.user-jurisdiction .register-box form ul li:nth-child(7) button {
  width: 134px;
  height: 44px;
  background-color: #20aee5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "微软雅黑 Bold";
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .user-jurisdiction .register-box form ul li:nth-child(7) button {
    height: 35px;
    width: 110px;
    font-size: 14px;
  }
}
.user-jurisdiction .register-box form ul li:nth-child(7) button:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35) inset;
}
